home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / altpage3.arc / README < prev   
Text File  |  1989-05-17  |  2KB  |  21 lines

  1. This is a simple program I wrote to split a text file into two other files named 
  2. odd and even (it will not change or delete the original).  The purpose is to 
  3. allow printing on both sides of the paper.  To use ALTPAGE just type ALTPAGE at 
  4. the dos prompt and answer the questions.  If you are not sure if the text file 
  5. has imbedded form feeds answer "Y" to the question.  (It seemed at the time that 
  6. it would take a lot of time to search through every line to find a form feed, 
  7. but I ran a 410K file from hard drive the ram drive on a 16MHz 386 and it took 
  8. 15 sec. looking for form feeds and 14 sec not looking.)  After the program 
  9. finishes, copy ODD to the printer.  When it is done, remove the copy of ODD.  
  10. Back the blank paper from the printer and re-start the paper that has ODD 
  11. printed printed on it.  (Be sure you start the paper so the first page of EVEN 
  12. will be on the back of the first page of ODD!!)  When the paper is loaded, copy 
  13. EVEN to the printer and you will have a two sided copy of the text file.  I give 
  14. this program to the public to use or modify as they see fit for the amazing low 
  15. price of free.  If you have something you would like to see added, leave me some 
  16. mail on GEnie.  I am Zonker.  
  17. P.S.  I can't find any bug in the program, but I know that it won't to see if 
  18. the destination drive and path are valid.  It will check to see if the file you 
  19. selected exist and if ODD and EVEN exist in the specified drive and path.  If 
  20. they do exist it will ask if you want to overwrite them.
  21.